(0) Obligation:

Runtime Complexity TRS:
The TRS R consists of the following rules:

a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0) → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0) → 0
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Rewrite Strategy: INNERMOST

(1) RenamingProof (EQUIVALENT transformation)

Renamed function symbols to avoid clashes with predefined symbol.

(2) Obligation:

Runtime Complexity Relative TRS:
The TRS R consists of the following rules:

a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

S is empty.
Rewrite Strategy: INNERMOST

(3) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)

Infered types.

(4) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

(5) OrderProof (LOWER BOUND(ID) transformation)

Heuristically decided to analyse the following defined symbols:
a__U11, a__U12, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(6) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12, a__U11, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(7) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol a__U12.

(8) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__plus, a__U11, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(9) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)

Could not prove a rewrite lemma for the defined symbol a__plus.

(10) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
mark, a__U11

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(11) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Induction Base:
mark(gen_tt:s:0':U11:U12:plus2_0(0)) →RΩ(1)
tt

Induction Step:
mark(gen_tt:s:0':U11:U12:plus2_0(+(n7802_0, 1))) →RΩ(1)
s(mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0))) →IH
s(gen_tt:s:0':U11:U12:plus2_0(c7803_0))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(12) Complex Obligation (BEST)

(13) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U11, a__U12, a__plus

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(14) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

Induction Base:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n8550_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(n8550_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n8550_0))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n8550_0))))) →LΩ(2 + n85500)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n8550_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(15) Complex Obligation (BEST)

(16) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12, a__plus, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(17) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)

Induction Base:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n11303_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(n11303_0, 1))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n11303_0))))) →LΩ(2 + n113030)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n11303_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c))) →RΩ(1)
s(a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(18) Complex Obligation (BEST)

(19) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__plus, a__U11, mark

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(20) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Induction Base:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, 0)))

Induction Step:
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, +(n14266_0, 1)))) →RΩ(1)
a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0)), gen_tt:s:0':U11:U12:plus2_0(a)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0)), gen_tt:s:0':U11:U12:plus2_0(a)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(a)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))))) →LΩ(1 + a)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(a), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))))) →LΩ(2 + n142660)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0)))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(21) Complex Obligation (BEST)

(22) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
mark, a__U11, a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(23) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)

Induction Base:
mark(gen_tt:s:0':U11:U12:plus2_0(0)) →RΩ(1)
tt

Induction Step:
mark(gen_tt:s:0':U11:U12:plus2_0(+(n17964_0, 1))) →RΩ(1)
s(mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0))) →IH
s(gen_tt:s:0':U11:U12:plus2_0(c17965_0))

We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).

(24) Complex Obligation (BEST)

(25) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U11, a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(26) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)

Induction Base:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n19021_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(+(n19021_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n19021_0))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n19021_0))))) →LΩ(2 + n190210)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n19021_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(27) Complex Obligation (BEST)

(28) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

The following defined symbols remain to be analysed:
a__U12

They will be analysed ascendingly in the following order:
a__U11 = a__U12
a__U11 = a__plus
a__U11 = mark
a__U12 = a__plus
a__U12 = mark
a__plus = mark

(29) RewriteLemmaProof (LOWER BOUND(ID) transformation)

Proved the following rewrite lemma:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n22989_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n229890 + n229890 + n2298902)

Induction Base:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(c))

Induction Step:
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(+(n22989_0, 1)), gen_tt:s:0':U11:U12:plus2_0(c)) →RΩ(1)
s(a__plus(mark(gen_tt:s:0':U11:U12:plus2_0(c)), mark(gen_tt:s:0':U11:U12:plus2_0(+(n22989_0, 1))))) →LΩ(1 + c)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), mark(gen_tt:s:0':U11:U12:plus2_0(+(1, n22989_0))))) →LΩ(2 + n229890)
s(a__plus(gen_tt:s:0':U11:U12:plus2_0(c), gen_tt:s:0':U11:U12:plus2_0(+(1, n22989_0)))) →RΩ(1)
s(a__U11(tt, gen_tt:s:0':U11:U12:plus2_0(n22989_0), gen_tt:s:0':U11:U12:plus2_0(c))) →RΩ(1)
s(a__U12(tt, gen_tt:s:0':U11:U12:plus2_0(n22989_0), gen_tt:s:0':U11:U12:plus2_0(c))) →IH
s(*3_0)

We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).

(30) Complex Obligation (BEST)

(31) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n22989_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n229890 + n229890 + n2298902)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(32) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)

(33) BOUNDS(n^2, INF)

(34) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n22989_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n229890 + n229890 + n2298902)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(35) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)

(36) BOUNDS(n^2, INF)

(37) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(38) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n19021_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n190210 + n190210 + n1902102)

(39) BOUNDS(n^2, INF)

(40) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n17964_0)) → gen_tt:s:0':U11:U12:plus2_0(n17964_0), rt ∈ Ω(1 + n179640)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(41) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

(42) BOUNDS(n^2, INF)

(43) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)
a__plus(gen_tt:s:0':U11:U12:plus2_0(a), gen_tt:s:0':U11:U12:plus2_0(+(1, n14266_0))) → *3_0, rt ∈ Ω(a·n142660 + n142660 + n1426602)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(44) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

(45) BOUNDS(n^2, INF)

(46) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)
a__U12(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n11303_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n113030 + n113030 + n1130302)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(47) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

(48) BOUNDS(n^2, INF)

(49) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(50) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n2) was proven with the following lemma:
a__U11(gen_tt:s:0':U11:U12:plus2_0(0), gen_tt:s:0':U11:U12:plus2_0(n8550_0), gen_tt:s:0':U11:U12:plus2_0(c)) → *3_0, rt ∈ Ω(c·n85500 + n85500 + n855002)

(51) BOUNDS(n^2, INF)

(52) Obligation:

Innermost TRS:
Rules:
a__U11(tt, M, N) → a__U12(tt, M, N)
a__U12(tt, M, N) → s(a__plus(mark(N), mark(M)))
a__plus(N, 0') → mark(N)
a__plus(N, s(M)) → a__U11(tt, M, N)
mark(U11(X1, X2, X3)) → a__U11(mark(X1), X2, X3)
mark(U12(X1, X2, X3)) → a__U12(mark(X1), X2, X3)
mark(plus(X1, X2)) → a__plus(mark(X1), mark(X2))
mark(tt) → tt
mark(s(X)) → s(mark(X))
mark(0') → 0'
a__U11(X1, X2, X3) → U11(X1, X2, X3)
a__U12(X1, X2, X3) → U12(X1, X2, X3)
a__plus(X1, X2) → plus(X1, X2)

Types:
a__U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
tt :: tt:s:0':U11:U12:plus
a__U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
s :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
a__plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
mark :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
0' :: tt:s:0':U11:U12:plus
U11 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
U12 :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
plus :: tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus → tt:s:0':U11:U12:plus
hole_tt:s:0':U11:U12:plus1_0 :: tt:s:0':U11:U12:plus
gen_tt:s:0':U11:U12:plus2_0 :: Nat → tt:s:0':U11:U12:plus

Lemmas:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

Generator Equations:
gen_tt:s:0':U11:U12:plus2_0(0) ⇔ tt
gen_tt:s:0':U11:U12:plus2_0(+(x, 1)) ⇔ s(gen_tt:s:0':U11:U12:plus2_0(x))

No more defined symbols left to analyse.

(53) LowerBoundsProof (EQUIVALENT transformation)

The lowerbound Ω(n1) was proven with the following lemma:
mark(gen_tt:s:0':U11:U12:plus2_0(n7802_0)) → gen_tt:s:0':U11:U12:plus2_0(n7802_0), rt ∈ Ω(1 + n78020)

(54) BOUNDS(n^1, INF)